# ILPO-Net: Invariant to Local Patterns Orientation Network

## Overview

ILPO-Net (Invariant to Local Patterns Orientation Network) is an approach in spatial data analysis for volumetric data, offering a convolutional operation that is inherently invariant to local spatial pattern orientations


## Repository Structure

- **se3cnn and MedMNIST Integration**: Includes adaptations of these repositories with our ILPO-convolution.
- **ILPO-Convolution Code**: The core of ILPO-Net, featuring our novel convolution operation.
- **`training.py`**: Script containing training commands and parameters for model training.
- **`testing.py`**: Script with testing commands to evaluate the model's performance.
